projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9af289f
)
(fill-context-prefix): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Jun 1997 20:26:21 +0000
(20:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Jun 1997 20:26:21 +0000
(20:26 +0000)
lisp/textmodes/fill.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/fill.el
b/lisp/textmodes/fill.el
index 941824830662690d77e840145beca6dbd5d33d05..9aa35449489f356fd4dfdeaf67732d04f3348c2b 100644
(file)
--- a/
lisp/textmodes/fill.el
+++ b/
lisp/textmodes/fill.el
@@
-209,7
+209,7
@@
act as a paragraph-separator."
(if at-second
;; If we get a fill prefix from the second line,
;; make sure it or something compatible is on the first line too.
- (and second-line-prefix
+ (and second-line-prefix
first-line-prefix
(if (or (string-match (regexp-quote second-line-prefix)
first-line-prefix)
(and (string-match "[ \t]" second-line-prefix)